
/* #dianpiao .banner-container {
   background-image: linear-gradient(to bottom, #abc4ff, #dee3fd, #ffffff)
} */
#dianpiao img {
    width: 100%;
}
#dianpiao .img-container {
  display: block;
  background-image: url('../images/dianpiao/dianpiaoBg.png');
}
#dianpiao .banner-container .img-container {
  background-size: auto 570px;
  height: 570px;
}
.banner-container .banner-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    height: 570px;
    margin: 0 auto;
}
.banner-container .banner-content-box .left-logo img {
    width: 36px !important;
    height: auto;
}
.banner-container .banner-content-box .left-logo {
    width: 151px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'PingFang SC';
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 5px
}
.banner-container .banner-content-box .left-title {
    font-family: 'PingFang SC';
    font-weight: 600;
    font-size: 50px;
    color: #000;
    margin-bottom: 5px;
}
.banner-container .banner-content-box .dianpiaoBtn {
    width: 130px;
    height: 40px;
    border-radius: 96px;
    /* padding: 10px 60px; */
    background-image: linear-gradient(to right, #9c86ff, #4372ff, #29b1ff);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Alibaba PuHuiTi 2.0';
    display: flex;
    align-items: center; /* 将项目在交叉轴上居中对齐 */
    justify-content: center; 
    cursor: pointer;
}


.banner-container .banner-content-box .banner-right {
    width: 370px !important;
    height: auto;
}

#dianpiao .center-container {
    width: 1100px;
    margin: 0 auto;
}
#dianpiao .muen-img {
    width: 100%;
    padding: 60px 0px;
}
#dianpiao .invoice-manege .bot-title{
    text-align: center;
    font-size: 40px;
    font-family: 'PingFang SC';
    color: #000;
    font-weight: 600;
    padding-bottom: 60px;
}

#dianpiao .invoice-bot {
    margin: 100px 0px;
    width: 100%;
    background-image: linear-gradient(to bottom, #e6f3ff 0%, #ffffff 10%);
    text-align: center;
    font-size: 40px;
    font-family: 'PingFang SC';
    color: #000;
    font-weight: 600;
}
#dianpiao .invoice-bot img {
    width: 1100px;
}
#dianpiao .invoice-bot .bot-title {
    padding: 60px 0px;
} 

/* #diandan .banner-container {
   background-image: linear-gradient(to bottom, #abc4ff, #dee3fd, #ffffff)
} */
#diandan .img-container {
    display: block;
  background-image: url('../images/diandan/diandanBg.png');
}
#diandan .banner-container .img-container {
  background-size: auto 570px;
  height: 570px;
}
#diandan .center-container {
    width: 1100px;
    margin: 0 auto;
}
#diandan .muen-img {
    width: 100%;
    padding: 60px 0px;
}
#diandan img {
    width: 100%;
}
#diandan .invoice-bot {
    margin: 100px 0px;
}

#diandan .carousel {
    position: relative;
    width: 100%;
    height: 647px;
    margin-bottom: 60px;
    overflow: hidden;
}
#diandan .carousel img {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0%;
    /* opacity: 0; */
    transition: right 0.5s ease-in-out;
}
#diandan .active {
    right: 0% !important;
}
#diandan .prev {
    right: -100% !important;
}
#diandan .dots {
    position: absolute;
    /* bottom: 10px; */
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#diandan  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
#diandan  .dot.active {
    background:#1669ff;
    width: 25px;
    border-radius: 5px;
}

#diandan .center-container .title {
    font-size: 40px;
    color: #000;
    font-weight: 600;  
    font-family: 'PingFang SC';
    text-align: center;
}
#diandan .center-container .subTitle {
    font-size: 25px;
    color: #00000070;
    font-weight: 400;  
    font-family: 'PingFang SC';
    text-align: center;
    margin-bottom: 60px;
}

#diandan .center-container section {
    margin-bottom: 50px;
}
#diandan .content-container {
    margin-bottom: 100px;
}
#diandan .content-container .left-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 26%;
    left: 10px;
    transform: translateY(-50%);
    padding: 10px;
    display: none; /* 默认隐藏 */
    z-index: 100;
}

#diandan .content-container .left-menu .title {
    font-family: 'PingFang SC';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
}

#diandan .content-container .left-menu a {
    font-family: 'PingFang SC';
    font-size: 14px;
    font-weight: 400;
    color: #00000060;
    margin-bottom: 6px;
}
#diandan .content-container .left-menu .active {
    color: #0075ff !important;
}

html {
    scroll-behavior: smooth;
}